-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signal chain in float32_t #73
Conversation
Now I got upstream merged into my fork and switched the complete audio signal path into type float32_t. MiniDexeds output seems to be louder now (without clipping). The reverb still has a noisy tail, but I think this is a problem of the PWM output. I hope I can build a setup with a PCM5102A soon. |
Thanks @dcoredump. Significant improvement. Tested good with HDMI on RPi 2. |
|
Thanks @rsta2 . You mentioned this earlier and I forgot to fix this in my fork. |
I did some "code review" to learn about the changes. I think |
Closes #71